|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
TacacsClientProcess holds and manipulates TACACS client. More...
Public Member Functions | |
| void | removeFromServerVect (ip) |
| Removes the specified client IP address from the ACS server. More... | |
| void | addToServerVect (ip, string, bool) |
| Adds the specified client IP address to the ACS server. More... | |
| int | getServerCount () |
| Returns the number of ACS servers. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
TacacsClientProcess holds and manipulates TACACS client.
| void TacacsClientProcess::addToServerVect | ( | ip | , |
| string | , | ||
| bool | |||
| ) |
Adds the specified client IP address to the ACS server.
| ipAddr,the | client IP address of interest. |
| keyStr,the | secret key. |
| isSingleConnection,true | for single connection, false for multiple connection. |
| int TacacsClientProcess::getServerCount | ( | ) |
Returns the number of ACS servers.
| void TacacsClientProcess::removeFromServerVect | ( | ip | ) |
Removes the specified client IP address from the ACS server.
| ipAddr,the | client IP address of interest. |